home *** CD-ROM | disk | FTP | other *** search
- *------------------------ Alle Rechte vorbehalten ----------------------------
-
- EXTERNAL COORD
-
- DECLARE A[3],B[3]
-
- CLEAR
- A[1]=4.0
- A[2]=6.0
- A[3]=9.0
- B[1]=10.0
- B[2]=3.0
- B[3]=7.586
- C=0.0
- D=.f.
- N=COORD(A,B,@C,@D)
- @ 17,0 SAY "Press any key to continue..."
- Y=inkey(0)
- @ 17,0 SAY "____________________________________________"
- @ 19,0 SAY " Now, your are back to Clipper"
- ? " These are the Values CLipper received from FORTRAN:"
- ? " Distance A to B :"+STR(C,6,2)
- ? " Array check A[] :",D
- ? " IFEHL :"+STR(N,3)
-